<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.header {
    width: 100%;
    padding: 0 13.5%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.logo {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    left: 13.5%;
}

.logo img {
    display: block;
    max-height: 3vw;
}

.nav_xl_a {
    position: relative;
    cursor: pointer;
    z-index: 999;
    display: none;
    width: 50px;
    height: 50px;
    float: right;
}

.nav_xl_a span {
    position: absolute;
    opacity: 1;
    left: 0;
    top: 50%;
    margin-left: 0;
    width: 40px;
    height: 3px;
    background: #e22222;
}

.nav_xl_a:before,
.nav_xl_a:after {
    position: absolute;
    content: '';
    left: 0%;
    top: 50%;
    margin-left: 0;
    width: 40px;
    height: 3px;
    background: #e22222;
    transition: .4s all ease;
}

.nav_xl_a:before {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.nav_xl_a:after {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.a1:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.a1:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.a1 span {
    display: none;
}

.MenuList_f1 {
    z-index: 11;
    float: right;
    text-align: left;
}

.MenuList_f1 .menu {
    font-size: 0;
    text-align: center;
}

.MenuList_f1 .menu li h3 {
    font-weight: normal;
}

.MenuList_f1 .menu li {
    display: inline-block;
    margin: 0 1vw;
    border-bottom: 2px solid #fff;
}

.MenuList_f1 .menu li a {
    display: block;
    padding: 1.5vw 1vw;
    position: relative;
    color: #071041;
}

.MenuList_f1 .menu li a span {
    font-size: 16px;
    line-height: 2em;
    display: block;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.MenuList_f1 .menu .on {
    border-color: #e22222;
    color: #e22222;
}

.MenuList_f1 .menu .on a {
    color: #e22222;
}

.MenuList_f1 .child {
    display: none;
}

.MenuList_f1 .menu .lang a span {
    background: #e22222;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
}

.footer {
    box-sizing: border-box;
    background: #d52728;
    padding: 3.5vw 0 20px 0;
}

.footer .fl {
    width: 430px;
    text-align: left;
}

.footer .slogo {
    text-align: left;
}

.footer .slogo img {
    max-height: 48px;
}

.footer .fl p {
    margin-top: 12px;
    line-height: 1.5;
}

.footer .fr {
    width: 120px;
}

.footer .fr img {
    display: block;
    width: 100%;
}

.footer .mid {
    width: 30vw;
    display: inline-block;
}

.footer .mid li {
    display: inline-block;
    margin: 0 0.8vw;
    margin-bottom: 5px;
}

.footer .mid ul:first-child li:first-child {
    display: none;
}

.footer .mid ul:nth-child(2) {
    color: #5c5c5c;
    margin-top: 2vw;
}

.footer .mid ul:nth-child(2) li {
    margin: 0 0.2vw;
}

.footer .copyright {
    text-align: center;
    color: #fafafa;
    box-sizing: border-box;
    line-height: 1.8;
    margin-top: 6vw;
}

.footer .copyright p,
.copyright a {
    color: #fafafa;
    display: inline-block;
}

@media screen and (min-width: 1250px) {
    .MenuList_f1 .menu li:hover {
        border-color: #e22222;
        color: #e22222;
    }
    .footer a:hover {
        color: #e22222;
    }
}

@media screen and (max-width: 1250px) {
    .MenuList_f1 .menu li {
        margin: 0;
    }
}

@media screen and (max-width: 1125px) {
    body {
        padding-top: 80px;
    }
    .logo img {
        max-height: 40px;
        max-width: 100%;
    }
    .header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        padding: 0 5%;
        height: 80px;
        background: #fff;
        ;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    }
    .nav_xl_a {
        margin-top: 15px;
        display: block;
    }
    .logo {
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        left: 5%;
    }
    .lag:before {
        display: none;
    }
    .stiky .MenuList_f1 {
        display: block;
    }
    .lang {
        display: block !important;
    }
    .MenuList_f1 {
        display: none;
        width: 100%;
        position: fixed;
        right: 0;
        top: 80px;
        background: rgba(255, 255, 255, 0.9);
        color: #ccc;
        padding-top: 5vw;
    }
    .MenuList_f1 .menu li {
        width: 100%;
        text-align: center;
        margin-left: 0;
        border: none;
    }
    .MenuList_f1 .menu li a span {
        font-size: 18px;
        width: auto;
    }
    .MenuList_f1 .menu li a b {
        display: none;
        width: auto;
    }
    .MenuList_f1 .menu .on {
        border: none;
    }
    .MenuList_f1 .menu .lang a span {
        width: 100%;
        border-radius: 0;
        height: auto;
    }
    .footer .mid {
        display: none;
    }
    .copyright {
        line-height: 1.5;
    }
    .footer p {
        font-size: 16px;
    }
    .footer {
        padding: 3vw 0;
    }
    .footer .mid {
        width: 360px;
        padding-top: 0;
    }
    .footer .mid li,
    .footer .mid li:nth-child(2n) {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 640px) {
    body {
        padding-top: 14vw;
    }
    .header {
        height: 14vw;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    }
    .MenuList_f1 {
        top: 14vw;
        padding-top: 6vw;
    }
    .MenuList_f1 .menu li a {
        padding: 0;
    }
    .MenuList_f1 .menu li a span {
        font-size: 4.2vw;
        padding: 1vw 0;
        line-height: 1.8;
    }
    .nav_xl_a {
        width: 12vw;
        height: 14vw;
        margin-top: 0;
    }
    .nav_xl_a:before,
    .nav_xl_a:after,
    .nav_xl_a span {
        width: 100%;
    }
    .logo {
        height: 8vw;
        width: 50%;
    }
    .logo img {
        max-height: 100%;
        width: auto;
        max-width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    .footer {
        padding: 3vw 0;
    }
    .footer .copyright {
        margin: 0 auto;
    }
    .footer .copyright p,
    .footer .copyright a {
        font-size: 3.8vw;
        display: inline;
    }
    .support {
        float: none;
    }
}</pre></body></html>